home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Uninvited Press Kit
/
THE UNINVITED.iso
/
pc
/
program.dxr
/
Internal_19_Pic_Save Selector Behavior.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2008-12-30
|
310 b
|
24 lines
global gphotolist
on dosomething
frmRef = the frameLabel
if gphotolist.getPos(frmRef) > 0 then
gphotolist.deleteOne(frmRef)
else
gphotolist.add(frmRef)
end if
end
on mouseUp me
dosomething()
sound(3).play(member("Bip"))
end
on mouseEnter
cursor(280)
end
on mouseLeave
cursor(0)
end